[Global Namespace]
Namespaces
Functions
Translate the given message.
Throw an HttpException with the given data.
Throw an HttpException with the given data if the given condition is true.
Throw an HttpException with the given data unless the given condition is true.
Generate the URL to a controller action.
Get the available container instance.
Assign high numeric IDs to a config item to force appending.
Add an element to an array using "dot" notation if it doesn't exist.
Divide an array into two arrays. One with keys and the other with values.
Flatten a multi-dimensional associative array with dots.
Get all of the given array except for a specified array of keys.
Return the first element in an array passing a given truth test.
Flatten a multi-dimensional array into a single level.
Remove one or many array items from a given array using "dot" notation.
Get an item from an array using "dot" notation.
Check if an item or items exist in an array using "dot" notation.
Return the last element in an array passing a given truth test.
Get a subset of the items from the given array.
Pluck an array of values from an array.
Push an item onto the beginning of an array.
Get a value from the array, and remove it.
Get a random value from an array.
Set an array item to a given value using "dot" notation.
Sort the array by the given callback or attribute name.
Filter the array using the given callback.
Generate an asset path for the application.
Get the available auth instance.
Create a new redirect response to the previous location.
Get the class "basename" of the given object / class.
Returns all traits used by a class, its subclasses and trait of their traits.
Get / set the specified configuration value.
Create a new cookie instance.
Fill in data where it's missing.
Get an item from an array or object using "dot" notation.
Set an item on an array or object using dot notation.
Dispatch a command to its appropriate handler in the current process.
Get the path to a versioned Elixir file.
Determine if a given string ends with a given substring.
Gets the value of an environment variable.
Create a model factory builder for a given class, name, and amount.
Log a debug message to the logs.
Generate a form field to spoof the HTTP verb used by forms.
Get the path to a versioned Mix file.
Get an item from an object using "dot" notation.
Replace a given pattern with each value in the array in sequentially.
Get an instance of the redirector.
Get an instance of the current request or an input item from the request.
Catch a potential exception and return a default value.
Return a new response from the application.
Retry an operation a given number of times.
Generate the URL to a named route.
Generate a HTTPS url for the application.
Get / set the specified session value.
Convert a string to snake case.
Determine if a given string starts with a given substring.
Return the remainder of a string after a given value.
Get the portion of a string before a given value.
Determine if a given string contains a given substring.
Cap a string with a single instance of a given value.
Determine if a given string matches a given pattern.
Limit the number of characters in a string.
Get the plural form of an English word.
Generate a more truly "random" alpha-numeric string.
Replace a given value in the string sequentially with an array.
Replace the first occurrence of a given value in the string.
Replace the last occurrence of a given value in the string.
Generate a URL friendly "slug" from a given string.
Begin a string with a single instance of a given value.
Call the given Closure with the given value then return the value.
Throw the given exception if the given condition is true.
Throw the given exception unless the given condition is true.
Returns all traits used by a trait and its traits.
Translate the given message.
Translates the given message based on a count.
Transform the given value if it is present.
Generate a url for the application.
Create a new Validator instance.
Get the evaluated view contents for the given view.
Return the given value, optionally passed through the given callback.